home *** CD-ROM | disk | FTP | other *** search
- ;//************* CARRIERE CONFIG INITIALE (C1 - C17) ***************************
- new Container
- {
- name "container_carriere_config_kart"
- z 1
-
- background "data/menus/i_bg_carriere_640_0.nif"
-
- on_idle ActionIdleManager
- {
- current_menu 1000
- }
-
-
- new MenuButton
- {
- name "titre_fenetre_config_initial"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Career"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- ;// ***** NAME
- new MenuButton
- {
- name "background_name"
- x 0.4075
- y 0.85
- z 0.9
- size_x 0.24
- size_y 0.05
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new FastFont
- {
- name "his_name"
- x 0.5275
- y 0.858
- ratio 0.28
- initial_color <1,1,1,1>
- auto_center 1
- }
- new MenuButton
- {
- name "background_apparence"
- x 0.4075
- y 0.71
- z 0.9
- size_x 0.24
- size_y 0.13
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// Apparence
- x 0.527
- y 0.775
- ratio 0.25
- text "Skin"
- auto_center 1
- initial_color <1,1,1,1>
- }
- new MenuButton
- {
- ;// Previous apparence arrow
- x 0.415
- y 0.75
- size_x 0.05
- size_y 0.05
-
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- ;// eSKIN_PREVIOUS
- state_manager "48"
- }
- new MenuButton
- {
- ;// Next apparence arrow
- x 0.586
- y 0.75
- size_x 0.05
- size_y 0.05
-
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- ;// eSKIN_NEXT
- state_manager "49"
- }
- new Button
- {
- ;// Perso ovals
- name "carriere_perso_preview"
- x 0.20
- y 0.50
- size_x 0.20
- size_y 0.39
-
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_fond_pilote.nif")
- }
-
- on_idle ActionRotate3DObject
- {
- x -56.0
- y 10.0
- z 250.0
- tick 0.0
- tick_offset 0.9
- angle 1.57
- scale 0.8
- tilt_amplitude 0.0
- tilt_speed 0.0
- axis_rotation 2
- }
- }
- new Button
- {
- ;// Kart ovals
- name "carriere_kart_preview"
- x 0.405
- y 0.36
- size_x 0.245
- size_y 0.335
-
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_fond_kart_single.nif")
- }
-
- on_idle ActionRotate3DObject
- {
- x 7.5
- y 10.0
- z 250.0
- tick 0.16
- angle -0.6
- scale 15.0
- tilt_amplitude 0.1
- tilt_speed 0.4
- }
- }
- new MenuButton
- {
- name "background_numΘro_kart"
- x 0.651
- y 0.71
- z 0.9
- size_x 0.17
- size_y 0.13
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// Numero
- x 0.70
- y 0.8
- ratio 0.25
- text "Number"
- initial_color <1,1,1,1>
- }
- new TextBox
- {
- name "carriere_kart_number"
- x 0.7175
- y 0.74
- size_x 0.036
- size_y 0.04
- keepFocusOnEnter 1
-
- initial_image "data/menus/i_textbox_carre.nif"
- cursor_image "Data/menus/i_texte_curseur.nif"
-
- text_x 0.12
- text_y 0.03
- text_size_x 0.94
-
- char_ratio_x 0.3
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- }
- new FastFont
- {
- ;//Classe
- name "carriere_font_class_config_initial"
- x 0.525
- y 0.74
- auto_center 1
- ratio 0.25
- initial_color <1,1,1,1>
- }
-
- new MenuButton
- {
- ;// Accepter
- name "menu_career_accepter"
- x 0.862
- y 0.15
- text "Accept"
-
- ;// eCAREER_FIN_CONFIG
- state_manager "1002"
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Main"
- text2 "Menu"
-
- ;eCHAMPIONSHIP_CONFIRM_RETURN
- state_manager "1200"
- }
- }
-